home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Environments / PowerFantasm™ 4.05 / F4_EXAMPLES / PPC_Graphics_demo / ppc_graph_demo.BCF < prev    next >
Encoding:
Text File  |  1996-06-21  |  569 b   |  28 lines  |  [TEXT/edF6]

  1. *******************************
  2. **Fantasm V4 PowerPC demo #1
  3. **Opens two windows and runs various graphical tests
  4. **
  5. **File:PPC_graph_demo.bcf
  6. **Date: 3rd Dec.95
  7. **©Lightsoft 1995.
  8. /n                *no libraries
  9.  
  10. /g    QDraw.def
  11.  
  12. /g    general_usage.def    *Import my usual system calls from the headers folder
  13.  
  14. /g    LS_PPC_Macros.def    *and get the nice macro's from the headers folder
  15.  
  16. /g    PPC_graph_demo_bss.s    *the BSS offsets in the project file
  17.  
  18. /q    *quit mode
  19.  
  20. ***Assemble these files
  21. /a    PPC_Graph_demo.s
  22. /a    graph_demo_init.s
  23.  
  24. ***Link these files
  25.  
  26. /l    PPC_graph_demo.o
  27. /l    graph_demo_init.o
  28.